java.lang.ObjectActivity
com.epson.EpsonCom.EpsonCom
public class EpsonCom
| Nested Class Summary | |
|---|---|
static class |
EpsonCom.ALIGNMENT
|
static class |
EpsonCom.ASCII_CONTROL_CODE
|
static class |
EpsonCom.BITDEPTH
|
static class |
EpsonCom.DATA_TYPE
|
static class |
EpsonCom.ERROR_CODE
|
static class |
EpsonCom.FONT
|
static class |
EpsonCom.IMAGEFORMAT
|
static class |
EpsonCom.IMAGEPROCESSING
|
static class |
EpsonCom.MICR_FONT
|
static class |
EpsonCom.PAPERSIDE
|
static class |
EpsonCom.PORT_TYPE
|
static class |
EpsonCom.PRINTDIRECTION
|
| Constructor Summary | |
|---|---|
EpsonCom()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getErrorText(EpsonCom.ERROR_CODE errorcode)
getErrorText returns the error text to a given error code |
static java.lang.String |
getVersion()
getVersion returns the version number of this library |
void |
onCreate(Bundle savedInstanceState)
Called when the activity is first created. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EpsonCom()
| Method Detail |
|---|
public void onCreate(Bundle savedInstanceState)
public static java.lang.String getErrorText(EpsonCom.ERROR_CODE errorcode)
errorcode: - the numeric error code
public static java.lang.String getVersion()